STEP 4: Let's start adding characters to our game.

A sprite is a character, shape, or other object that we add to our scene.

  • Click on in the toolkit.
  • Drag out Person 1 and drop it at the bottom of your program.
  • Click Run to see a person sprite appear on the stage.

    To navigate the page using the TAB key, first press ESC to exit the code editor.

    microbit = codesters.Microbit() microbit.show_string("hello") stage.set_background("soccerfield")
    • Run Code
    • Submit Work
    • Next Activity
    • Show Console
    • Reset Code Editor
    • Codesters How To (opens in a new tab)